Skip to content

Fix CI/CD - #499

Merged
jhuleatt merged 1 commit into
masterfrom
jhuleatt-fix-build
Aug 7, 2026
Merged

Fix CI/CD#499
jhuleatt merged 1 commit into
masterfrom
jhuleatt-fix-build

Conversation

@jhuleatt

@jhuleatt jhuleatt commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

The version of @nuxt/eslint we're using pulls in a release candidate version of h3 that breaks the build.

v1.16.0 of @nuxt/eslint transitively pulls in an unreleased release candidate version of h3 (2.0.1-rc.22) that breaks the Nitro build (nuxt/eslint#696). I've added an overrides entry in package.json to pin h3 to the latest stable 1.x release (^1.15.11).

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds an override for the h3 package to version ^1.15.11 in frontend/package.json and updates the frontend/package-lock.json file accordingly, removing the top-level h3 version 2.0.1-rc.22 and adding the nested dependencies for devframe. There are no review comments, and I have no feedback to provide.

@jhuleatt
jhuleatt merged commit 3825158 into master Aug 7, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant